Click or drag to resize

Date Constructor (String)

Initializes a new instance of the Date specified with date as a string.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Date(
	string date
)

Parameters

date
Type: SystemString
A date in format "ddd, d MMM yyyy HH:mm:ss zzz"
See Also